<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.header {
	padding-top: 15px;
}
.logo{}
.logo img { height:68px
}

.header-info {
	text-align: right;
	font-size: 16px;
}

.header-info span {
	color: #333;
	margin-right: 20px;
}

.header-info span b {
	color: #1E5AAF;
	font-family: arial;
}

.search {
	border: none;
	background: none;
	vertical-align: top;
	outline: none;
}

.navmenu {
	position: relative;
}

.navmenu&gt;ul&gt;li {
	position: relative;
	float: left;
	padding: 10px 15px;
	border-bottom: 1px solid #fff;
}

.navmenu&gt;ul&gt;li&gt;a {
	line-height: 40px;
	font-size: 16px;
	color: #333;
}

.navsub {
	position: absolute;
	top: 61px;
	left: 0;
	width: 100%;
	padding-top: 0px;
	/* border-top: 1px solid #1e5aaf; */
	background-color: rgba(255, 255, 255, .7);
	text-align: center;
	font-size: 16px;
	z-index: 7;
	transform: translateY(5px);
	visibility: hidden;
	opacity: 0;
	transition: .3s;
}

.navsub li {
	padding: 0 5px;
}
/* .navsub li:first-child {
	
} */
.navsub li a {
	display: block;
	padding: 10px 0;
	font-size: 14px;
	color: #666;
	border-bottom: 1px solid #d2d2d2;
}

.navsub li:last-child a {
	border-bottom: none;
}
.navmenu&gt;ul&gt;li:hover,.cur{border-bottom: 1px solid #1e5aaf !important;}
.navmenu&gt;ul&gt;li:hover&gt;a ,.cur a{
	color: #1e5aaf !important;
}

.cur:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -2px;
	display: none;
	content: '';
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 8px solid #1e5aaf;
}

.navmenu&gt;ul&gt;li:hover:after ,.cur:after{
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -2px;
	display: block;
	content: '';
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 8px solid #1e5aaf;
}

.navmenu&gt;ul&gt;li:hover .navsub {
	transform: translateY(0);
	visibility: visible;
	opacity: 1;
}

.navsub li a:hover {
	color: #1E5AAF;
}

.navopen-btn {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 35px;
	height: 35px;
	line-height: 35px;
	border: 1px solid #666;
	display: none;
}

.navopen-btn span {
	display: block;
	width: 18px;
	height: 1px;
	background-color: #666;
	margin: 0 auto;
}

.navopen-btn span:first-child {
	margin-top: 10px;
}

.navopen-btn span:nth-child(2) {
	margin-top: 5px;
	width: 10px;
}

.navopen-btn span:last-child {
	margin-top: 5px;
}

@media screen and (max-width: 1120px) {
	.header{padding-bottom: 15px;}
	.navmenu&gt;ul {
		display: none;
	}

	.navopen-btn {
		display: block;
	}
}

@media screen and (max-width: 768px) {
	.header-info {
		display: none;
	}

	.logo {
		width: 50%;
	}

	.navopen-btn {
		position: absolute;
		top: 15px;
	}
}

@media screen and (max-width: 320px) {
	.navopen-btn {
		position: absolute;
		top: 10px;
		right: 10px;
	}
}

.footer {
	background-color: #eee;
	padding-top: 30px;
	padding-bottom: 20px;
}

.footer-logo {
	float: left;
	width: 25%;
	border-right: 1px solid #ccc;
	padding-right: 30px;
}

.footer-logo&gt;img {
	max-width: 100%;
}

.footer-tel {
	text-align: right;
	font-size: 20px;
	padding: 20px 0;
	/* text-align: justify; */
}

.footer-tel b {
	color: #1E5AAF;
	font-family: arial;
}

.footer-wx {
	text-align: center;
}

.footer-wx span {
	display: block;
	width: 50%;
	padding: 0 15px;
	color: #666; margin:0 auto
}

.footer-wx span img {
	width: 100%;
}

.footer-nav {
	float: left;
	width: 75%;
	padding-left: 60px;
	padding-top: 20px;
}

.footer-nav dl {
	float: left;
	width: 20%;
}

.footer-nav dl dt {
	font-size: 16px;
	font-weight: 500;
	color:#333;
}

.footer-nav dl dd {
	margin: 0;
	font-size: 14px;
	padding-top: 15px;
}

.footer-nav dl dd a{color:#666;}
.footer-nav dl dd a:hover{color: #1e5aaf;}
.copyright {
	background-color: #898989;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 14px;
	color: #ccc;
	text-align: center;
}

@media (max-width:768px) {
	.footer-logo {
		width: 100%;
		border-right: none;
		padding-right: 0;
		text-align: center;
	}

	.footer-tel {
		text-align: center;
	}

	.footer-wx {
		font-size: 22px;
	}

	.footer-nav {
		display: none;
	}
}

/* 鎵嬫満瀵艰埅 */
.wap-navBg {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .8);
	transition: .1s ease-in;
	visibility: hidden;
}

.wap-navBox {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 10;
	width: 60%;
	height: 100%;
	background-color: #fff;
	transform: translateX(60px);
	opacity: 0;
	transition: .3s ease-in-out;
	visibility: hidden;
}

.wap-navBox ul li {
	padding-left: 10px;
	line-height: 45px;
	border-bottom: 1px solid #eee;
	border-left: 5px solid #fff;
	cursor: pointer;
	transition: .3s ease-in;
}

/*浜岀骇鑿滃崟*/
.wap-navSub {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2147483700;
	width: 60%;
	height: 100%;
	background-color: #fff;
	box-shadow: -5px 0 10px rgba(0, 0, 0, .1);
	transform: translateX(110%);
	transition: .3s ease-in;
}

/*鏄剧ず*/
.wap-navBgOpen {
	visibility: visible;
}

.wap-navOpen {
	transform: translateX(0);
	opacity: 1;
	visibility: visible;
}

.active {
	border-left: 2px solid #E95504 !important;
}

.showMe {
	transform: translateX(0);
}

/* add */
.wap-search {
	margin-top: 15px;
	padding-left: 15px;
}

.wap-language {
	margin-top: 15px;
	padding-left: 15px;
}

.wap-language a {
	display: inline-block;
	padding: 5px 8px;
	border: 1px solid #333;
	margin-right: 10px;
}

/*  */
.window-search {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .9);
	z-index:  2147483701;
	padding-top: 225px;
	display: none;
}

.close-search {
	position: absolute;
	top: 15px;
	right: 25px;
	font-size: 48px;
	font-family: arial;
	color: #fff;
	transform: rotate(45deg);
	z-index: 1;
}

.window-search input {
	float: left;
	display: block;
	width: 79%;
	border: none;
	background: none;
	border: 1px solid #1E5AAF;
	line-height: 43px;
	color: #fff;
	font-size: 16px;
	outline: none;
}

.window-search button {
	float: left;
	display: block;
	border: 1px solid #1E5AAF;
	line-height: 45px;
	width: 20%;
	padding: 0 10px;
	font-size: 16px;
	background-color: #1E5AAF;
	color: #fff;
	outline: none;
}
}

</pre></body></html>